home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3timcrs.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_TIMECURVESGADGET_H = 1;
- include("oops/r3gadget.js")
-
-
- var R3CLID_TIMECURVESGADGET = 292;
-
-
-
-
-
-
-
- R3TCRSA_Selected = 292501;
- function GetR3TCRSA_Selected() {
- return R3ToJS(R3Get(this.r3obj, R3TCRSA_Selected, R3TID_OBJECT, 0));
- }
-
-
-
- function r3Timecurvesgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_TIMECURVESGADGET, arguments);
- }
- // Methods
-
- // Attributes
- this.GetSelected=GetR3TCRSA_Selected;
- }
-
- r3Timecurvesgadget.prototype=new r3Gadget;
- // r3timcrs.h_H